beginoutdoorscript;

variables;

 int choice;

body;

 
beginstate INIT_STATE;
 break;
 
beginstate START_STATE;
 break;
 
beginstate 10;
 outdoor_enc_result(1);
 break;
 
beginstate 11;
 reset_dialog();
 add_dialog_str(0,"This isn't a very good way to exit this valley. You can though. Do you want to exit this scenario?",0);
 
add_dialog_choice(0,"No.");
 
add_dialog_choice(1,"Leave scenario.");
 if (run_dialog(1) == 2){ message_dialog("So you decided to go through the jungle, seeking new adventures. Unfortunatly you fail.","You have satisfied a rather huge snake, though."); end_scenario(2);
 } else
 block_entry(1);
  break;
 
